 'eventDrop' => new \yii\web\JsExpression("
			   function(event, delta, revertFunc)
			   {
				alert(event.title + ' was dropped on ' + event.start.format());
				if (!confirm('Are you sure about this change?')) {revertFunc();}
				}
				"),
				
			